I tried to search for this but i wasn't exactly sure how to even word it.. Anyway, say you have a hud that returns a RGB value
It returns values as ( 1.000000 0.000000 1.000000 )
The values entered into it are ( 1.0 0.0 1.0 ) but it displays extra 0's. Say I wanted to limit it to 3 digits after the decimal?
ie : entered value ( 0.357 0.357 0.357 )
returned value ( 0.357 0.357 0.357 ) instead of ( 0.357000 0.357000 0.357000 )


Reply With Quote


